home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / misc / VMM_src.lha / VMM / doc / english / README.Debug < prev    next >
Encoding:
Text File  |  1996-01-06  |  954 b   |  23 lines

  1. This is a debug version of VMM V3.3. Please don't spread this.
  2.  
  3. How it works:
  4. 1. Copy  the  needed  VMM-Handler  from this archive to L:VMM-Handler and
  5.    start  VMM  as  usual.   
  6. 2. Then produce the problem / crash.  
  7. 3. Reboot  the  machine  without  starting  VMM.   Call the 'print_debug'
  8.    program  from this archive.  This will create a file called 'trace' in
  9.    the current directory with debugging info in it.
  10. 4. Send the generated trace file together with the VMM_MMU.config file that
  11.    is generated by ReadMMUConfig and a description of your system setup to
  12.    me (e-mail: apel@tecmath.de).
  13.  
  14. The  debug  version  allocates  half  a  megabyte of memory early upon
  15. startup  and  writes  debugging  messages to this memory.  Because the
  16. chunk  is  allocated  from  the  back  of  the  memory list, it mostly
  17. survives  a reboot without being modified.  'print_debug' simply reads
  18. that buffer and writes it to a file.
  19.  
  20. Thanks for helping
  21.  
  22. Martin
  23.